home *** CD-ROM | disk | FTP | other *** search
/ Effective Web Animation / Addison-Wesley-EffectiveWebAnimation-1999.bin / mac / BookFiles / Chapter 10 / tenpuzle.exe / scripts / DefineButton2_17 / BUTTONCONDACTION on(release)_2.as next >
Text File  |  1999-02-02  |  79b  |  7 lines

  1. on(release){
  2.    tellTarget("/controller")
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.